VObject::Open
Section: ET++ method description (n)
Updated: automatically Mon Apr 8 20:17:57 1991
Index
Return to Main Contents
NAME
VObject::Open - instance method
TEMPLATE
void Open(bool mode = TRUE)
SPECIFIERS
public
virtual
DESCRIPTION
Open opens or closes this indicated by the mode. This is done by setting or clearing the flag eVObjOpen (see enum VObjFlags).
Subclasses with one or several inner VObjects should override this method and forward it to the inner VObjects.
Method is rarely overridden.
ARGUMENTS
- bool mode = TRUE
-
indicates whether to open or to close this
RETURN ARGUMENT
void
CATEGORIES
flag handling, client interface, overrider interface
FIRST DEFINITION
class VObject
FILES
- implementation:
-
VObject.C
Index
- NAME
-
- TEMPLATE
-
- SPECIFIERS
-
- DESCRIPTION
-
- ARGUMENTS
-
- RETURN ARGUMENT
-
- CATEGORIES
-
- FIRST DEFINITION
-
- FILES
-
This document was created by
man2html,
using the manual pages.
Time: 00:40:21 GMT, March 30, 2022